'Declaration
Public Overloads Function FindItems(Of As MetadataItem)( _
ByVal As AstToken _
) As System.Collections.Generic.IList(Of T)
'Usage
Dim instance As MetadataList
Dim name As AstToken
Dim value As System.Collections.Generic.IList(Of T)
value = instance.FindItems(Of T)(name)